The optional <dialog> element establishes the class that is to be used as the user interface dialog for the invocation of ShapeChange specified by a given configuration file.
For example:
  1
2
3
 
  <dialog>
    <parameter name="dialogClass" value="de.adv_online.aaa.katalogtool.KatalogDialog"/>
</dialog>
 
 
The <dialog> element requires only one parameter, as above:
| Parameter Name | Default Value | Explanation | 
|---|---|---|
dialogClass  | 
<blank>  | 
(Required) Fully-qualified name of the dialog class.  | 
Dialog classes must implement the de.interactive_instruments.shapechange.core.ui.Dialog interface.